home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 1 / PC World Interactive 1 - Nisan 1997.iso / nostalji / bbs / prog / webtrial.exe / WBSMISC.QIP / FORM-RPT.BAT < prev    next >
DOS Batch File  |  1995-06-14  |  276b  |  12 lines

  1. rem
  2. rem     Used with example forms in the Windows WebServer documentation
  3. rem
  4. set of=%output_file%
  5. echo Content-type:text/html > %of%
  6. echo. >> %of%
  7. type c:\httpd\cgi-bin\form-rpt.pre >> %of%
  8. type %CONTENT_FILE% >> %of%
  9. type c:\httpd\cgi-bin\form-rpt.pst >> %of%
  10.  
  11.  
  12.